﻿* {
    margin: 0;
    padding: 0;
}

.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

.button {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    padding: .4em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-left: 50px
}

.outer {
    position: relative;
    height: 40px;
    line-height: 38px;
    border: 1px solid #7ff4cd;
    background: #7ff4cd;
    font-size: 13px;
    float: left;
    padding: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.outer span, .filter-box, .inner {
    position: absolute;
    top: 0;
    left: 0
}

.outer span {
    display: block;
    padding: 0 0 0 50px;
    width: 100%;
    height: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.txtRoll {
    color: #555;
    z-index: 9999;
    /*background: linear-gradient(to right, #555, #555, #b7f4e4, #555, #555, #b7f4e4, #555);*/
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-background-size: 200% 100%;*/
    /*animation: bgp 3s infinite linear;*/
}

@-webkit-keyframes bgp {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -100% 0
    }
}

.filter-box {
    width: 0;
    height: 100%;
    background: #04c458;
    z-index: 9
}

.outer.act span {
    padding: 0 36px 0 0;
    color: #fff;
}

.inner {
    width: 50px;
    height: 38px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: '微软雅黑';
    z-index: 99999;
    font-weight: 700;
    color: #929292
}

.outer.act .inner {
    color: #04c458
}

.outer.act span {
    z-index: 99
}